home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / effect / Application Files / ComResource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-18  |  2.0 KB  |  54 lines

  1. //{{NO_DEPENDENCIES}}
  2. //
  3. //    File:        ComResource.h
  4. //
  5. //    Contains:    Application-specific resource definitions for MakeEffectMovie application.
  6. //                This file is used for ***BOTH*** MacOS and Windows.
  7. //
  8. //    Written by:    Tim Monroe
  9. //
  10. //    Copyright:    ⌐ 1997 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //
  13. #define IDS_APPNAME                     1
  14. #define IDS_DESCRIPTION                 2
  15. #define WINDOWMENU                      3
  16. #define IDS_FILTERSTRING                3
  17. #define IDS_SAVEDIALOG                  2000
  18. #define IDI_APPICON                     101
  19. #define IDI_CHILDICON                   102
  20. #define IDD_ABOUT                       103
  21. #define IDS_FILEMENU                    1000
  22. #define IDM_FILEOPEN                    1002
  23. #define IDM_FILECLOSE                   1005
  24. #define IDM_FILESAVE                     1007
  25. #define IDM_EXIT                        1008
  26. #define IDS_EDITMENU                    1100
  27. #define IDM_EDITUNDO                    1101
  28. #define IDM_EDITCUT                     1102
  29. #define IDM_EDITCOPY                    1103
  30. #define IDM_EDITPASTE                   1104
  31. #define IDM_EDITCLEAR                   1105
  32. #define IDM_EDITSELECTALL               1106
  33.  
  34. // application-specific menu items;
  35. // these must coordinate with the Macintosh menu ID/menu item combo
  36. // for menus
  37. #define kTestMenu                        131
  38.  
  39. #define IDS_TESTMENU                      33536    //((kTestMenu<<8))
  40. #define IDM_MAKE_EFFECT_MOVIE           33537    //((kTestMenu<<8)+(1))
  41. #define IDM_MAKE_STANDALONE_MOVIE       33539    //((kTestMenu<<8)+(3))
  42. #define IDM_MAKE_REFERENCED_MOVIE       33540    //((kTestMenu<<8)+(4))
  43.  
  44. #define IDS_WINDOWMENU                  1300
  45. #define IDM_WINDOWTILE                  1301
  46. #define IDM_WINDOWCASCADE               1302
  47. #define IDM_WINDOWCLOSEALL              1303
  48. #define IDM_WINDOWICONS                 1304
  49. #define IDM_WINDOWCHILD                 1310
  50. #define IDS_HELPMENU                    1400
  51. #define IDM_ABOUT                       1401
  52. #define IDC_STATIC                      -1
  53.  
  54.